From: Kim F. Storm Date: Tue, 2 Mar 2004 00:15:01 +0000 (+0000) Subject: (gdb-mouse-toggle-breakpoint): Remove debug message. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23844 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7ac2af8e4f9743e32dd01ae20b8b538aff5367e5;p=emacs.git (gdb-mouse-toggle-breakpoint): Remove debug message. --- diff --git a/lisp/gdb-ui.el b/lisp/gdb-ui.el index 0040fb47f6e..eea22fcf4af 100644 --- a/lisp/gdb-ui.el +++ b/lisp/gdb-ui.el @@ -1087,7 +1087,6 @@ static char *magick[] = { (interactive "e") (mouse-minibuffer-check event) (let ((posn (event-end event))) - (message "pt=%S posn=%S" (posn-point posn) posn) (if (numberp (posn-point posn)) (with-selected-window (posn-window posn) (save-excursion